home *** CD-ROM | disk | FTP | other *** search
- object ConfirmReplaceDialog: TConfirmReplaceDialog
- Left = 261
- Top = 155
- BorderStyle = bsDialog
- Caption = 'Confirm replace'
- ClientHeight = 98
- ClientWidth = 328
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lblConfirmation: TLabel
- Left = 60
- Top = 12
- Width = 261
- Height = 44
- AutoSize = False
- WordWrap = True
- end
- object Image1: TImage
- Left = 16
- Top = 16
- Width = 32
- Height = 32
- end
- object btnReplace: TButton
- Left = 8
- Top = 67
- Width = 75
- Height = 23
- Caption = 'Yes'
- Default = True
- ModalResult = 6
- TabOrder = 0
- end
- object btnSkip: TButton
- Left = 87
- Top = 67
- Width = 75
- Height = 23
- Caption = 'No'
- ModalResult = 7
- TabOrder = 1
- end
- object btnCancel: TButton
- Left = 166
- Top = 67
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object btnReplaceAll: TButton
- Left = 245
- Top = 67
- Width = 75
- Height = 23
- Caption = 'Yes to all'
- ModalResult = 10
- TabOrder = 3
- end
- object ActionList1: TActionList
- Left = 234
- Top = 17
- object CloseWindow: TAction
- Caption = 'CloseWindow'
- ShortCut = 27
- OnExecute = CloseWindowExecute
- end
- end
- end
-